home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / Open Me for REALbasic 3 / REALbasic 3.2 / Example Projects / Reusable Classes_Code / String_IO_Manipulation / OTError Module / readme < prev   
Text File  |  1999-05-02  |  420b  |  7 lines

  1. Module: OTError
  2.  
  3. This module gives you one simple method EasyOTError( errNum as Integer ) as String. This method takes an OT error number and translates it into a more user-friendly error string. Not all numbers are translated but you can freely add your own error entries.
  4.  
  5. If you extend OTError into a more comprehensable error list, please make it publicly available so that everybody can benefit from it.
  6.  
  7. Erich Rast